@charset "utf-8";
/****************************************

	Formating for screen
	- positioning, size, backgrounds...

****************************************/

* 			{margin:0;padding:0;}
body 		{background-color:#f3f3f3;text-align:center;overflow-y:scroll;}

/* Outer div for centering the whole page */
#page 		{width:987px;margin:0 auto;text-align:left;}


/* Header */
#header 		{width:987px;height:103px;background:url("bgr_header_nav1.png")/*tpa=http://www.hydac.com/fileadmin/templates/v2/gfx/bgr_header_nav1.png*/ no-repeat;z-index:10;}

#nav-meta-top 	{position:absolute;top:10px;right:26px;z-index:4;}

#nav-main		{
	position:absolute;
	top:65px;
	right:26px;
	z-index:2;
	visibility: hidden;
}


/* Content */
#content-wrap 	{width:987px;}

#content-box-wrap 		{width:767px;float:left;}
#content-box-top 		{width:767px; height:71px; background:url("bgr_head_content.png")/*tpa=http://www.hydac.com/fileadmin/templates/v2/gfx/bgr_head_content.png*/ no-repeat;}
#content-box-middle 	{width:748px;min-height:420px; background:url("content_bg_mid.png")/*tpa=http://www.hydac.com/fileadmin/templates/v2/gfx/content_bg_mid.png*/ repeat-y;}
#content-box-bottom 	{width:767px;height:15px; background:url("content_bg_bottom.png")/*tpa=http://www.hydac.com/fileadmin/templates/v2/gfx/content_bg_bottom.png*/ no-repeat;}
#content-box-bottom-transp 	{width:767px;height:15px; background:url("content_bg_bottom_transp.png")/*tpa=http://www.hydac.com/fileadmin/templates/v2/gfx/content_bg_bottom_transp.png*/ no-repeat;margin-top:-7px;z-index:5;}
#content-box-top-transp 	{width:767px;height:10px; background:url("content_bg_top_transp.png")/*tpa=http://www.hydac.com/fileadmin/templates/v2/gfx/content_bg_top_transp.png*/ no-repeat;margin-bottom:-10px; z-index:2;}

/* Content with 1 col*/
#content-col-wide 	{width:722px;}
